UCF STIG Viewer Logo

The audit system must take appropriate action when audit storage is full.


Overview

Finding ID Version Rule ID IA Controls Severity
V-75631 UBTU-16-020070 SV-90311r1_rule Medium
Description
Information stored in one location is vulnerable to accidental or incidental deletion or alteration. Off-loading is a common process in information systems with limited audit storage capacity.
STIG Date
Canonical Ubuntu 16.04 LTS Security Technical Implementation Guide 2018-07-18

Details

Check Text ( C-75335r1_chk )
Verify the action that the audit system takes when the storage volume becomes full.

Check the action that the audit system takes when the storage volume becomes full with the following command:

# sudo grep disk_full /etc/audisp/audisp-remote.conf

disk_full_action = single

If the value of the "disk_full_action" option is not "syslog", "single", or "halt", or the line is commented out, this is a finding.
Fix Text (F-82259r1_fix)
Configure the audit system to take an appropriate action when the audit storage is full.

Add, edit or uncomment the "disk_full_action" option in "/etc/audisp/audisp-remote.conf". Set it to "syslog", "single" or "halt" like the below example:

disk_full_action = single